home *** CD-ROM | disk | FTP | other *** search
- object RangeTimeEdit: TRangeTimeEdit
- Left = 372
- Top = 197
- BorderStyle = bsDialog
- Caption = 'RangeTime'
- ClientHeight = 150
- ClientWidth = 200
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 8
- Top = 72
- Width = 53
- Height = 13
- Caption = 'Tariff name'
- end
- object cmbTariff: TComboBox
- Left = 8
- Top = 88
- Width = 165
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object btnEditTariff: TButton
- Left = 173
- Top = 88
- Width = 20
- Height = 21
- Hint = 'Edit tariff type'
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = btnEditTariffClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 185
- Height = 57
- Caption = 'Time'
- TabOrder = 2
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 23
- Height = 13
- Caption = 'From'
- end
- object Label2: TLabel
- Left = 104
- Top = 24
- Width = 13
- Height = 13
- Caption = 'To'
- end
- object DateTimePicker1: TDateTimePicker
- Left = 40
- Top = 20
- Width = 57
- Height = 21
- CalAlignment = dtaLeft
- Date = 37845
- Format = 'HH:mm'
- Time = 37845
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkTime
- ParseInput = False
- TabOrder = 0
- end
- object DateTimePicker2: TDateTimePicker
- Left = 120
- Top = 20
- Width = 57
- Height = 21
- CalAlignment = dtaLeft
- Date = 37845
- Format = 'HH:mm'
- Time = 37845
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkTime
- ParseInput = False
- TabOrder = 1
- end
- end
- object btnOk: TButton
- Left = 16
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 3
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 112
- Top = 120
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-